Revision: tla--devo--1.3--patch-23
Archive: lord@emf.net--2004
Creator: Tom Lord <lord@emf.net>
Date: Wed May 12 15:14:41 PDT 2004
Standard-date: 2004-05-12 22:14:41 GMT
Modified-files: ChangeLog libarch/patch-logs.c
New-patches: lord@emf.net--2004/tla--devo--1.3--patch-23
Summary: arch_print_log_list_header formatting bug fixed
Keywords: 

arch_print_log_list_header was doing line-length computatinos
based on unescaped strings but printing escaped strings.

Now it does line-length computations on escaped strings.

